/* PLatz für stylesheets */

h1, h2, h3, a {
	color: rgb(104, 158, 72);
	
}


html, 
body {
	height: 100%;
	margin: 0;
}

.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	margin: 20px;

	font-family: "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	
}

.wrapper-start{
	justify-content: center;
	text-align: center;
}

@media (min-width: 1200px) {
	.wrapper-start {
		background: url('Aussenaufnahme.jpg') no-repeat center center;
		background-size: cover;
		margin: 0;
	}
	
	.wrapper-start .main {
		background-color: #fff;
		padding: 30px 50px;
		border-radius: 10px;
	}
}

.main {
	max-width: 1200px;
}

.bild {
	width: 320px;
}

footer {
	font-size: 20px;
	line-height: 1.5;
}

section {
	font-size: 18px;
	line-height: 2;
	word-spacing: 15px;
}

.btn {
	padding: 10px 10px;
	font-size: 18px;
	background-color: rgb(104, 158, 72);
	color: white;
	border-radius: 5px;
	font-family: arial, sans-serif;
	border-color: rgb(104, 158, 72);
	margin: 15px;
	display: inline-block;
	text-decoration: none;
}
	